From 847f9f40cf05edaf1f82d5fea4006076572cc720 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 9 Jun 2016 08:05:11 -0400 Subject: [PATCH] Mention single-stop gradients in the release notes This is something people stumble over in their custom CSS. --- docs/reference/gtk/migrating-3xtoy.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/gtk/migrating-3xtoy.xml b/docs/reference/gtk/migrating-3xtoy.xml index 8dd4c57631..a3b0a6ccda 100644 --- a/docs/reference/gtk/migrating-3xtoy.xml +++ b/docs/reference/gtk/migrating-3xtoy.xml @@ -404,6 +404,12 @@ individual CSS properties: font-weight, font-size, font-family, etc. + + The CSS parser now warns about some more constructs that are not according + to the CSS spec, such as gradients with a single color stop. Instead, + you can just use image(<color>). + + The #GtkSizeGroup:ignore-hidden property has not been working properly for a long time, and we've not documented it as broken and deprecated. -- 2.30.2